home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 9 / Night Owl CD-ROM (NOPV9) (Night Owl Publisher) (1993).ISO / 020a / diskpr10.zip / READ.ME < prev   
Text File  |  1993-02-18  |  3KB  |  60 lines

  1.  
  2.  
  3.           DISKMAKE 1.0                                 by Gerald R. Brown
  4.  
  5.  
  6.                DISKMAKE is a batch file which with DRIVESTAT, PRUNE and
  7.           GETCHR, utilities written in MASM 6.0 and included with DISKMAKE,
  8.           and DOS' FORMAT, DISKCOPY and XCOPY commands, greatly simplifies
  9.           the process of transfering files to a diskette of a different
  10.           format.  Its syntax is:
  11.  
  12.                          DISKMAKE <source> <target> [/M]
  13.  
  14.                Source may be either a fully qualified pathname or drive
  15.           specifier and may exist on any but the target drive.  The
  16.           target must be a drive specifier but cannot be a hard disk.  If
  17.           the source is a pathname it will be copied to the root of the
  18.           target.  All subdirectories of the source will be copied to
  19.           subdirectories of the target's root.  If the "/M" option is used
  20.           the source will be moved or deleted after the copy.
  21.  
  22.                DISKMAKE begins by checking that the source and target are
  23.           different drives.  If they are the same it executes DOS' DISKCOPY
  24.           command using those parameters.  If not it executes DISKPREP.
  25.           DISKPREP validates the command line, tests the source and target
  26.           drives and calculates the diskspace required by the source on the
  27.             target drive.  If no errors are detected all files on the target
  28.           are deleted and an errorlevel of 0 is returned to DISKMAKE.BAT and
  29.           DOS' XCOPY command is executed using those parameters.  If an
  30.           errorlevel of 31 (General Failure) is returned DISKMAKE will
  31.           prompt for the diskette's size and execute DOS' FORMAT command.
  32.           It will then execute DISKPREP again.
  33.  
  34.                The errorlevel returned by DISKPREP represents DOS' error
  35.           code.  The first thirty-one are included in DISKMAKE.BAT and
  36.           echoed to the user.  Any syntax errors return an errorlevel of 11
  37.           (Invalid Format.)  If the source and target are the same drive,
  38.           the target is a hard disk, the target drive is not large  enough
  39.           for the source or no files are found in the source an errorlevel
  40.           of of 13 (Invalid Data,) is returned.
  41.  
  42.                Users of DISKMAKE must accept this disclaimer of warranty:
  43.           "DISKMAKE is supplied as is.  The author disclaims all warranties,
  44.           expressed or implied, including, without limitation, the warrant-
  45.           ies of merchantability and of fitness for any purpose.  The author
  46.           assumes no liability for damages, direct or consequential, which
  47.           may result from the use of DISKMAKE."
  48.  
  49.                You are encouraged to pass a copy of DISKMAKE along to your
  50.           friends for evaluation.  Anyone distributing DISKMAKE for any kind
  51.           of remuneration must first contact me for authorization.
  52.  
  53.                                  Gerald R. Brown
  54.                                   P.O. Box 1508
  55.                           Bellflower, California  90707
  56.                                   (310)920-3566
  57.                           CompuServe User ID: 71023,243
  58.  
  59.             COPYRIGHT 1992   GERALD R. BROWN   ALL RIGHTS RESERVED
  60.